home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Compute! Gazette 1989 November
/
1989-11.d64
/
vertical scroll
(
.txt
)
< prev
next >
Wrap
Commodore BASIC
|
2022-09-20
|
1KB
|
39 lines
10 rem copyright 1989 compute! publications, inc. - all rights reserved
20 gosub1000
30 poke53280,0:poke53281,0:print"[147] copyright 1989 compute! pub., inc."
40 printtab(11)"all rights reserved"
50 print"[158] vertical scroller"
60 print"[159] sys 49201 moves screen down"
70 print"[159] sys 49152 moves screen back up"
80 print"[154] press any key for a demonstration"
90 poke 252,24:rem set screen mode
100 geta$:ifa$=""then100
110 sys49201
120 sys49152
130 goto100
1000 forad=49152to49247:readby
1010 pokead,by:x=x+by:nextad
1020 ifx<>15241thenprint"error in data statements.":end
1030 v=53248:pokev+21,255:pokev+29,255
1040 fori=832to896:pokei,255:nexti
1050 fori=2040to2047:pokei,13:nexti
1060 fori=v+1tov+16step2:pokei,247:nexti
1070 fori=0to8step2:pokev+i,24+i*24:nexti
1080 fori=0to4step2:pokev+i+10,i*24:nexti
1090 pokev+16,224:fori=39to46:pokev+i,0:next
1100 return
1110 data120,169,0,133,251,166,251
1120 data173,18,208,208,251,173,18
1130 data208,205,18,208,240,251,41
1140 data7,5,252,141,17,208,232
1150 data208,238,230,251,230,251,165
1160 data251,201,207,144,221,165,252
1170 data9,27,141,17,208,88,96
1180 data120,169,207,133,251,166,251
1190 data173,18,208,208,251,173,18
1200 data208,205,18,208,240,251,41
1210 data7,5,252,141,17,208,232
1220 data208,238,198,251,198,251,165
1230 data251,201,2,176,221,169,11
1240 data141,17,208,88,96